Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Conversation

@jowparks
Copy link
Collaborator

  • Added RedisRateLimit for distributed rate limiting, allowing connection tracking across multiple instances.
  • Updated Cargo.toml to include new dependencies for Redis and related packages.
  • Enhanced README with Redis integration instructions and usage examples.
  • Modified main.rs to support Redis configuration via command-line arguments.
  • Updated Cargo.lock with new package versions and dependencies.

@jowparks jowparks requested a review from danyalprout March 18, 2025 23:03
@jowparks jowparks force-pushed the feat-proto-945-redis-ratelimiter branch 4 times, most recently from fd8c9ea to 6f22d10 Compare March 19, 2025 17:03
@jowparks
Copy link
Collaborator Author

The security audit failure seems unrelated to my changes, also it seems like we could safely bypass the error as we don't have overflow checking enabled:

Overflow checking is not enabled in release mode by default, but RUSTFLAGS="-C overflow-checks" or overflow-checks = true in the Cargo.toml profile can override this. Overflow checking is usually enabled by default in debug mode.

@danyalprout
Copy link
Collaborator

@jowparks re: the security audit -- we can skip for now. @angel-ding-cb is fixing in #5

…dencies

- Added RedisRateLimit for distributed rate limiting, allowing connection tracking across multiple instances.
- Updated Cargo.toml to include new dependencies for Redis and related packages.
- Enhanced README with Redis integration instructions and usage examples.
- Modified main.rs to support Redis configuration via command-line arguments.
- Updated Cargo.lock with new package versions and dependencies.
@jowparks jowparks force-pushed the feat-proto-945-redis-ratelimiter branch from 6f22d10 to e57c540 Compare March 19, 2025 20:16
@jowparks jowparks requested review from danyalprout and removed request for danyalprout March 19, 2025 21:31
Copy link
Collaborator

@danyalprout danyalprout left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks great, thank you!

@jowparks jowparks merged commit b1b5792 into master Mar 19, 2025
3 checks passed
@danyalprout danyalprout deleted the feat-proto-945-redis-ratelimiter branch March 19, 2025 22:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants